home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 188 / 01-04 PC Format 188 [2006-06] DVD side 1_.iso / DiscContents / Trials / Spyware Doctor / sdsetup-3.5.1.498h-futurenet.exe / {app} / tools / iesdpb.dll / 0 / RCDATA / TFRMSTARTSD / TFRMSTARTSD.txt < prev   
Text File  |  2006-02-06  |  1KB  |  71 lines

  1. object frmStartSD: TfrmStartSD
  2.   Left = 510
  3.   Top = 103
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Popup Blocker'
  6.   ClientHeight = 124
  7.   ClientWidth = 329
  8.   Color = clWhite
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PrintScale = poNone
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object lblPrompt: TLabel
  23.     Left = 52
  24.     Top = 8
  25.     Width = 265
  26.     Height = 57
  27.     AutoSize = False
  28.     Caption = 
  29.       'You are not fully protected against malicious ActiveX and unwant' +
  30.       'ed popups because Spyware Doctor isn'#39't running.  Would you like ' +
  31.       'to start Spyware Doctor now?'
  32.     Transparent = True
  33.     WordWrap = True
  34.   end
  35.   object Image1: TImage
  36.     Left = 12
  37.     Top = 16
  38.     Width = 32
  39.     Height = 32
  40.     AutoSize = True
  41.     Picture.Data = {<image000.TPNGObject>}
  42.   end
  43.   object cbRemember: TCheckBox
  44.     Left = 12
  45.     Top = 104
  46.     Width = 309
  47.     Height = 17
  48.     Caption = 'Remember my answer'
  49.     TabOrder = 0
  50.     OnClick = cbRememberClick
  51.   end
  52.   object btnNo: TButton
  53.     Left = 179
  54.     Top = 72
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&No'
  58.     TabOrder = 1
  59.     OnClick = btnNoClick
  60.   end
  61.   object btnYes: TButton
  62.     Left = 75
  63.     Top = 72
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Yes'
  67.     TabOrder = 2
  68.     OnClick = btnYesClick
  69.   end
  70. end
  71.